Maeckes logo

fx-9860GII      TI-83


Characters

On a Casio calculator there are characters available which can be selected

 SPACE          A     ⁓     Z          r         θ         ٬٬ 

 

-------------------------------------------------------------------------------------------------------------------
Letters

If the characters are used to form strings, they must be enclosed in double quotes (").

 


Example 1

To enter the character Z

   
ALPHA  Z  Z
 

 


Example 2

To return to the primary keyboard functions after entering the string "ABC"

  A-LOCK " "  
SHIFT ALPHA F2  A   B   C  F2 ALPHA "ABC"
 

when the current system is specified by SET UP Input/Output Line.

 

-------------------------------------------------------------------------------------------------------------------
Variables

You can use 28 single-letter names to address variables.

 


Example 3

To assign the value 123 to variable A

 
1 2 3  A  EXE 123➔A
123